chore: Bump the all-nuget group with 3 updates#49
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps CounterStrikeSharp.API from 1.0.367 to 1.0.368 Bumps Dapper from 2.1.72 to 2.1.79 Bumps MaxMind.GeoIP2 from 5.4.1 to 6.0.0 --- updated-dependencies: - dependency-name: CounterStrikeSharp.API dependency-version: 1.0.368 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-nuget - dependency-name: Dapper dependency-version: 2.1.79 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-nuget - dependency-name: MaxMind.GeoIP2 dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated CounterStrikeSharp.API from 1.0.367 to 1.0.368.
Release notes
Sourced from CounterStrikeSharp.API's releases.
1.0.368
What's Changed in v1.0.368
Please refer to CHANGELOG.md for details.
Commits viewable in compare view.
Updated Dapper from 2.1.72 to 2.1.79.
Release notes
Sourced from Dapper's releases.
2.1.79
What's Changed
New Contributors
Full Changelog: DapperLib/Dapper@2.1.72...2.1.79
Commits viewable in compare view.
Updated MaxMind.GeoIP2 from 5.4.1 to 6.0.0.
Release notes
Sourced from MaxMind.GeoIP2's releases.
6.0.0
6.0.0-beta1notes below for thebreaking changes introduced in the 6.0 line.
MaxMind.Dbhas been updated to 5.1.0. Highlights:FileAccessMode.MemoryMappednow uses an unnamed file-backedmemory-mapped region instead of a named
Local\<sha>section. Thisfixes an
UnauthorizedAccessExceptionwhen processes running underdifferent identities open the same database.
FileAccessMode.MemoryMappedGlobalhas been deprecated. Existing usagestransparently route to the new unnamed file-backed path, so the 'create
global objects' right is no longer required. Code passing
FileAccessMode.MemoryMappedGlobalto aDatabaseReaderconstructorwill see an
[Obsolete]warning.6.0.0-beta1
to C# records.
initialization using
[MapKey]attributes. The[Constructor]and[Parameter]attributes are no longer used on GeoIP2 model classes.SetLocales()replaced withWithLocales()which returns a newinstance via record
withexpressions instead of mutating in place.initsetters instead ofinternal set.Localesproperty onNamedEntity(and all subclasses) isnow
public(previouslyprotected internal). This is required for therecord
withexpression pattern.(e.g.,
new Traits(domain: "example.com")) must switch to object initializersyntax (e.g.,
new Traits { Domain = "example.com" }).ToString()onNamedEntity(and all subclasses:City, Country, Continent, Subdivision, RepresentedCountry) has been removed.
Records provide a compiler-generated
ToString()that outputs all propertyvalues. Use the
Nameproperty directly instead.FileAccessMode.Memoryand theDatabaseReader(Stream)constructor now use anonymous memory-mapped files internally instead of
byte[], viaMaxMind.Db5.0.0. This removes the previous ~2.1 GiB sizelimitation but may break environments where memory-mapped files are not
supported, such as WASM/browser runtimes, some mobile/sandboxed runtimes, or
hardened containers with restricted shared-memory syscalls. Non-seekable
streams also now require a writable temp directory.
InternalsVisibleToforMaxMind.MinFraudassembly.AnonymousPlusandTryAnonymousPlusmethods have been added toIGeoIP2DatabaseReader. These methods were previously only available onDatabaseReader.TryXxxmethods onDatabaseReaderandIGeoIP2DatabaseReadernow usethe
[MaybeNullWhen(false)]attribute instead of nullableoutparameters.This enables the compiler to understand that the
outparameter is non-nullwhen the method returns
true, eliminating the need for redundant null checksor null-forgiving operators after a successful lookup. Pull request by Dmitry
Solovev. GitHub #387.
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions